﻿2026-06-22T02:06:37.3794242Z ##[group]Run actions/checkout@v5
2026-06-22T02:06:37.3794806Z with:
2026-06-22T02:06:37.3795215Z   repository: SaberMage/spt-core
2026-06-22T02:06:37.3799090Z   token: ***
2026-06-22T02:06:37.3799599Z   ssh-strict: true
2026-06-22T02:06:37.3799994Z   ssh-user: git
2026-06-22T02:06:37.3800541Z   persist-credentials: true
2026-06-22T02:06:37.3801108Z   clean: true
2026-06-22T02:06:37.3801656Z   sparse-checkout-cone-mode: true
2026-06-22T02:06:37.3802267Z   fetch-depth: 1
2026-06-22T02:06:37.3802748Z   fetch-tags: false
2026-06-22T02:06:37.3803242Z   show-progress: true
2026-06-22T02:06:37.3803786Z   lfs: false
2026-06-22T02:06:37.3804326Z   submodules: false
2026-06-22T02:06:37.3804850Z   set-safe-directory: true
2026-06-22T02:06:37.3805428Z ##[endgroup]
2026-06-22T02:06:37.4604136Z Syncing repository: SaberMage/spt-core
2026-06-22T02:06:37.4605838Z ##[group]Getting Git version info
2026-06-22T02:06:37.4606596Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T02:06:37.4608036Z [command]/usr/bin/git version
2026-06-22T02:06:37.4608505Z git version 2.43.0
2026-06-22T02:06:37.4612711Z ##[endgroup]
2026-06-22T02:06:37.4623907Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7cc5f5dd-3a99-4df3-9ece-fb51b34d2cc9' before making global git config changes
2026-06-22T02:06:37.4625214Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:06:37.4627063Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:06:37.4659716Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T02:06:37.4678234Z https://github.com/SaberMage/spt-core
2026-06-22T02:06:37.4688045Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T02:06:37.4690532Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T02:06:37.4708708Z HEAD
2026-06-22T02:06:37.4736356Z ##[endgroup]
2026-06-22T02:06:37.4737611Z [command]/usr/bin/git submodule status
2026-06-22T02:06:37.4936364Z ##[group]Cleaning the repository
2026-06-22T02:06:37.4938273Z [command]/usr/bin/git clean -ffdx
2026-06-22T02:06:38.2374420Z Removing target/
2026-06-22T02:06:38.2383870Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T02:06:38.2433903Z HEAD is now at 192ea84b7 Merge 8c6b2531e1db069f69de6dbd76d8fbc99491f0e7 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:06:38.2438755Z ##[endgroup]
2026-06-22T02:06:38.2440662Z ##[group]Disabling automatic garbage collection
2026-06-22T02:06:38.2444310Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T02:06:38.2469866Z ##[endgroup]
2026-06-22T02:06:38.2471131Z ##[group]Setting up auth
2026-06-22T02:06:38.2475638Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:06:38.2502684Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:06:38.2695064Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:06:38.2728662Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:06:38.2920495Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:06:38.2948098Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:06:38.3137427Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T02:06:38.3167495Z ##[endgroup]
2026-06-22T02:06:38.3169088Z ##[group]Fetching the repository
2026-06-22T02:06:38.3176171Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +192ea84b7469c7128adebeef792c9a58812b4e00:refs/remotes/pull/26/merge
2026-06-22T02:06:38.7367428Z ##[endgroup]
2026-06-22T02:06:38.7369612Z ##[group]Determining the checkout info
2026-06-22T02:06:38.7371419Z ##[endgroup]
2026-06-22T02:06:38.7372388Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T02:06:38.7447208Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T02:06:38.7470762Z ##[group]Checking out the ref
2026-06-22T02:06:38.7472126Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-22T02:06:38.7515828Z HEAD is now at 192ea84b7 Merge 8c6b2531e1db069f69de6dbd76d8fbc99491f0e7 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:06:38.7520076Z ##[endgroup]
2026-06-22T02:06:38.7549883Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T02:06:38.7576139Z 192ea84b7469c7128adebeef792c9a58812b4e00
